Autogenerated HTML docs for v2.33.0-180-g8463be 
diff --git a/rev-list-options.txt b/rev-list-options.txt index 24569b0..b7bd27e 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt 
@@ -968,6 +968,11 @@ 	objects.  endif::git-rev-list[]   +--unsorted-input:: +	Show commits in the order they were given on the command line instead +	of sorting them in reverse chronological order by commit time. Cannot +	be combined with `--no-walk` or `--no-walk=sorted`. +  --no-walk[=(sorted|unsorted)]:: 	Only show the given commits, but do not traverse their ancestors. 	This has no effect if a range is specified. If the argument @@ -975,7 +980,8 @@ 	given on the command line. Otherwise (if `sorted` or no argument 	was given), the commits are shown in reverse chronological order 	by commit time. -	Cannot be combined with `--graph`. +	Cannot be combined with `--graph`. Cannot be combined with +	`--unsorted-input` if `sorted` or no argument was given.    --do-walk:: 	Overrides a previous `--no-walk`.